home *** CD-ROM | disk | FTP | other *** search
/ California Calendar Superstars (Soft Version) / California Calendar Superstars - Soft Version.iso / notepad / go.bat < prev    next >
DOS Batch File  |  1993-06-29  |  831b  |  27 lines

  1. echo off
  2. echo Would you like to give Ample Notice a quick try before viewing
  3. getans any documentation?
  4. if not errorlevel 1 goto read
  5. an
  6. :read
  7. echo --------------------------------------------------------------
  8. echo Initial instructions for getting started with Ample Notice are 
  9. echo contained in the short file READ.ME.  You can view this file on 
  10. echo the screen or print it at this time.
  11. echo --------------------------------------------------------------
  12. getans Would you like to preview READ.ME on the screen?
  13. if not errorlevel 1 goto print
  14. page read.me
  15. :print
  16. getans Would you like to print READ.ME now?
  17. if not errorlevel 1 goto inst
  18. echo Get your printer ready and
  19. pause
  20. printman read.me
  21. :inst
  22. getans Would you like to install or update Ample Notice now?
  23. if not errorlevel 1 goto fin
  24. ansetup
  25. :fin
  26.  
  27.